home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / measang < prev    next >
Text File  |  1991-11-22  |  784b  |  27 lines

  1.  
  2.    11.2 MEASURE ANGLE
  3.  
  4.  
  5. The MEASURE ANGLE command can be used to calculate the angle between 1, 2
  6. or 3 points on the drawing.
  7.  
  8.  
  9.    COMMAND FORMAT
  10.  
  11.       #MEASURE ANGLE :Loc x1 [ x2 x3 ]
  12.  
  13. If a single location is entered, the angle between the viewport origin and
  14. the point entered will be displayed to the console window. Angles are
  15. measured anti-clockwise from zero degrees which is at 3 o'clock relative
  16. to the viewport origin.
  17.  
  18. If two locations are entered, the angle between the two points will be
  19. displayed. The angle origin is taken as point 'x1'.
  20.  
  21. If three locations are entered, the angle between the three points will be
  22. displayed. The angle origin is taken as point 'x1', point 'x2' defines
  23. zero degrees and point 'x3' defines the angle to be measured. ( See fig.
  24. 11.1 ).
  25.  
  26.  
  27.